home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / tools / coolwork / cwhist.h_ / cwhist.h
Encoding:
C/C++ Source or Header  |  1994-02-16  |  269 b   |  14 lines

  1. #ifndef CWHIST_H
  2. #define CWHIST_H
  3.  
  4. /* Message for Histogram control */
  5. #define CWHIST_MSG WM_USER
  6. /* wParam submessages for CWHIST_MSG */
  7. #define HIST_SETPROGRESS 0
  8. #define HIST_SETLIMIT 1
  9. #define HIST_SETDONECOLOR 2
  10. #define HIST_SETREMAINCOLOR 3
  11.  
  12.  
  13. #endif
  14.